home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tom.swf / scripts / frame_85 / DoAction.as
Text File  |  2011-08-19  |  247b  |  15 lines

  1. if(_root.editing == true)
  2. {
  3.    trace("EDITTTITITI");
  4.    stopAllSounds();
  5.    this.isoPlane.makeSound("buildloop",50,999);
  6.    _root.editing = false;
  7. }
  8. else
  9. {
  10.    _root.trackPlay();
  11.    setUpBuild();
  12.    buildRoom("livingroom");
  13. }
  14. stop();
  15.